8 Robustly Optimal Action

from src.plot import plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2

graph_title = """Figure 11: Simulated Pathways of R&D Investment as Percentage of GDP <br> The trajectories stop when temperature anomaly hit 1.5ᵒC """
plot_simulatedpath_full2(graph_type="RD_Plot", graph_title = graph_title, yaxis_label="%", graph_range=[0,10], before15=True)
from src.plot import plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2


graph_title = """Figure 11: Simulated Pathways of R&D Investment as Percentage of GDP <br> The trajectories stop when temperature anomaly hit 1.5ᵒC """
plot_simulatedpath_uncer_decomp2(graph_type="RD_Plot", graph_title = graph_title, yaxis_label="%", graph_range=[0,6], before15=True)
from src.plot import plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2


graph_title = """Figure 12: Simulated Pathways of Emissions <br> The trajectories stop when temperature anomaly hit 1.5ᵒC """
plot_simulatedpath_full2(graph_type="e", graph_title = graph_title, yaxis_label="", graph_range=[6,16], before15=True)
from src.plot import plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2

graph_title = """Figure 12: Simulated Pathways of Emissions <br> The trajectories stop when temperature anomaly hit 1.5ᵒC """
plot_simulatedpath_uncer_decomp2(graph_type="e", graph_title = graph_title, yaxis_label="", graph_range=[6,16], before15=True)